home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / bananamonkey.swf / scripts / frame_16 / PlaceObject2_241_126 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2006-06-19  |  93 b   |  8 lines

  1. onClipEvent(enterFrame){
  2.    _X = _X - 3;
  3.    if(_X < -100)
  4.    {
  5.       _X = 750;
  6.    }
  7. }
  8.